Vcenter Datastore Summary
The Vcenter Datastore Summary schema contains commonly used information about a datastore.
{
"datastore": "string",
"name": "string",
"type": "string",
"free_space": 0,
"capacity": 0
}
Identifier of the datastore.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore
.
Name of the datastore.
Type (Type) of the datatore.
For more information see: Vcenter Datastore Type.
Available space of this datastore, in bytes.
The server periodically updates this value.
This property will be missing or null
if the available space of this datastore is not known.
Capacity of this datastore, in bytes.
The server periodically updates this value.
This property will be missing or null
if the capacity of this datastore is not known.